C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / AsyncActionWithProgressCompletedHandler<TProgress> Delegate
The type of the progress data.
The asynchronous action.
The status of asynchronous action.

In This Topic
AsyncActionWithProgressCompletedHandler<TProgress> Delegate
In This Topic
Represents a method that handles the completed event of an asynchronous action that provides progress updates.
Syntax
'Declaration
 
Public Delegate Sub AsyncActionWithProgressCompletedHandler(Of TProgress)( _
   ByVal asyncInfo As IAsyncActionWithProgress(Of TProgress), _
   ByVal asyncStatus As AsyncStatus _
) 
 

Parameters

asyncInfo
The asynchronous action.
asyncStatus
The status of asynchronous action.

Type Parameters

TProgress
The type of the progress data.
See Also